Learn R Programming

darch (version 0.9.1)

setLayer<-: Sets a layer with the given index for the network

Description

Sets a layer with the given index for the network

Usage

setLayer(darch,index) <- value

Arguments

darch
A instance of the class DArch.
index
The index of the layer
value
The layer for the network.

See Also

DArch